home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
game
/
gag
/
transacheat.lha
/
transacheat
/
Install TransACheat
next >
Wrap
Text File
|
1989-08-02
|
752b
|
28 lines
;
; $VER: TransACheat Installation script 1.1 (24-08-97)
;
(message "Welcome to TransACheat installation utility\n\nTransACheat © 1997 Wojciech Kocjan\n\nThis program is mailware - if you like it and\nuse it, send me an e-mail at:\nwkocjan@polbox.com or\nwkocjan@free.polbox.pl or\nwkocjan@friko.onet.pl\n\nFOR NOVICE USERS:\nIt will install TransACheat into \"SYS:Tools\"")
(welcome)
(set destdir
(askdir
(prompt "Enter destination path for TransACheat\n(TransACheat will be copied directly there)")
(help @askdir-help)
(default "SYS:Tools")
)
)
(set @default-dest destdir)
(copyfiles
(prompt "Copying TransACheat...")
(help @copyfiles-help)
(source "")
(dest destdir)
(infos)
(choices "TransACheat" "TransArctica Cheat")
(confirm)
)